@charset "utf-8";

.header-top {
    color: #FFFFFF;
    background-color: #2E2B3E;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top-one,
.header-bottom-one,
.header-top-two,
.header-bottom-two,
.header-top-three,
.header-bottom-three {
    width: calc(100% / 3);
}

/* .header-top-one,
.header-bottom-one {
    width: 28.9453125%;
}
.header-top-two,
.header-bottom-two {
    width: 35.5859375%;
}
.header-top-three,
.header-bottom-three {
    flex: 1;
} */

.header-top-one {
    padding-left: 3.625rem;
}

.header-top-two {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
}

.header-top-two a {
    color: #fff;
}

.header-top-three {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 1rem;
}

.header-top-list {
    display: flex;
    column-gap: 47.5px;
}

.header-top-list li {
    position: relative;
    padding-left: 13px;
    cursor: pointer;
}

.header-top-list li a {
    color: #fff;
}

.header-top-list li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #fff;
}

.header-top .header-user-name {
    margin-right: 1.9rem;
}

.header-top .header-user-login {
    position: relative;
    padding-left: 23.5px;
    cursor: pointer;
}

.header-top .header-user-login a {
    color: #fff;
}

.header-top .header-user-login::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #fff;
}

.header-cart {
    margin-left: 1.6rem;
    margin-right: .6rem;
}

.header-cart a {
    display: block;
}

.cart-btn {
    color: #fff;
    font-size: 2.4rem;
}

.header-bottom {
    height: 185px;
    background-image:url(/img/background_top.png);
/*    background-color: #ccc; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #2E2B3E;
}

.header-bottom-one {
    font-size: 2rem;
    padding-left: 4.9rem;
}

.header-bottom-two {
    text-align: center;
    position: relative;
}

.header-bottom-two::after {
    position: absolute;
    content: '';
    width: 106.6px;
    height: 104px;
    background-color: white;
    background-size: 85%;
    background-repeat: no-repeat;
    background-image:url(/img/logo_top.svg);
    background-position: center;
    border-radius: 50%;
    left: calc(50%);
    transform: translateX(-50%);
    bottom: calc(-100% - 30px);
    z-index: 10;
}

.header-bottom-two h1 img {
    max-width: 257.32px;
}
.header-bottom-two span {
    display: block;
    font-size: 15px;
    letter-spacing: 4.07px;
    line-height: calc(22 / 15);
    margin-bottom: 1.839rem;
}

@media screen and (min-width: 759px) and (max-width: 801px) {
    .header-bottom-two h1 img {
        width: 240.33px;
    }
    .header-bottom-two span {
        letter-spacing: 3.07px;
    }
}

.header-bottom-two span .break-br {
    display: none;
}

@media screen and (min-width: 601px) and (max-width: 758px) {
    .header-bottom-two h1 img {
        width: 175px;
    }
    .header-bottom-two span {
        font-size: 1.4rem;
    }
    .header-bottom-two span .break-br {
        display: block;
    }
}


.header-bottom-three {
    justify-content: end;
    padding-right: 6.4rem;
}

.header-top-br {
    display: none;
}

@media screen and (max-width: 1470px) {
    .header-top-one {
        padding-left: .8rem;
    }

    .header-top-three {
        padding-right: .8rem;
        font-size: 1rem;
    }

    .header-top-list {
        column-gap: 1.6rem;
        font-size: 1rem;
    }

    .header-top-br {
        display: block;
    }

    .header-top-two {
        font-size: 1.2rem;
        text-align: center;
    }
}

/* iosで電話番号部分が自動リンクになるため対応 */
.tel-info-tel a {
    color: #2E2B3E!important;
}

@media screen and (max-width: 1337px) {
    .header-bottom-three {
        padding-right: unset;
        padding-right: .8rem;
    }

    .header .tel-box {
        width: 80px;
        height: 80px;
    }

    .header .tel-info-block {
        height: 80px;
    }

    .header .tel-box-top {
        font-size: 1.4rem;
        letter-spacing: 7px;
    }

    .header .tel-box-bottom {
        font-size: 2.8rem;
    }

    .header .tel-info-tel {
        font-size: 2.8rem;
    }

    .header .tel-info-time {
        font-size: 1rem;
    }
}

.tel-info-time-br {
    display: none;
}

.header-top-small {
    display: none;
}

#sp-menu-bg,
.sp-menu {
    display: none;
}

/* タブレットサイズ */
@media screen and (max-width: 834px) {
    .header-bottom-one {
        padding-left: 1.6rem;
        font-size: 1.4rem;
    }

    .header .tel-box {
        width: 60px;
        height: 60px;
    }

    .header .tel-info-block {
        height: 60px;
    }

    .header .tel-box-top {
        letter-spacing: 5px;
    }

    .header .tel-box-bottom {
        font-size: 2.2rem;
    }

    .tel-info-time-br {
        display: block;
    }

    .header .tel-info-biko {
        font-size: 1.1rem;
    }

    .header .tel-info-tel {
        font-size: 2rem;
    }

    .header .tel-info-time {
        font-size: 1rem;
    }

    .header .tel-box-flex {
        column-gap: .8rem;
    }

    /*ハンバーガーメニューになる時の全体*/
    .header-top-big {
        display: none;
    }

    .header-top-small {
        display: flex;
    }

    .header-top {
        padding-right: 1.6rem;
        padding-left: 1.6rem;
    }

    .header-top-small-name {
        font-size: 1.4rem;
    }

    .header-top-small-name a {
        color: #fff;
    }

    .header-btn-list {
        display: flex;
        align-items: center;
        column-gap: 1.6rem;
    }

    .header-top .header-user-name {
        margin-right: unset;
        font-size: 1.4rem;
    }

    .header-hamburger-btn,
    .header-search-btn {
        font-size: 2.4rem;
    }

    .header-cart {
        margin-left: unset;
        margin-right: unset;
        padding-top: 4px;
    }

    #sp-menu-bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
        z-index: 900;
        display: none;
    }

    .sp-menu {
        width: 250px;
        height: 100vh;
        position: fixed;
        overflow: auto;
        left: -110%;
        top: 0;
        background-color: #fff;
        z-index: 1000;
        display: block;
        transition: all 0.6s;
    }

    .sp-menu-active {
        display: block!important;
        left: 0;
    }

}



/* スマホサイズ */
@media screen and (max-width: 600px) {
    .header-top {
        padding-right: .8rem;
        padding-left: .8rem;
    }

    .header-top-small-name {
        font-size: 1rem;
    }

    .header-user-name {
        display: none;
    }

    .header-bottom {
        flex-wrap: wrap;
        align-items: unset;
        justify-content: unset;
    }

    .header-bottom-one {
        order: 1;
        width: 50%;
        padding-left: unset;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-bottom-two {
        order: 3;
        width: 100%;
    }

    .header-bottom-two::after {
        bottom: calc(-100% + 20px);
    }

    .header-bottom-two span {
        line-height: unset;
        letter-spacing: 3px;
    }

    .header-bottom-two h1 img {
        max-width: 170px;
    }

    .header-bottom-three {
        order: 2;
        width: 50%;
        padding-right: unset;
        justify-content: center;
        align-items: center;
    }

    .header .tel-box-flex {
        column-gap: .6rem;
    }

    .header .tel-box {
        width: 50px;
        height: 50px;
    }

    .header .tel-box-top {
        letter-spacing: 0;
    }
}

.header-top-hamburger-br {
    display: none;
}

/* スマホサイズ */
@media screen and (max-width: 600px) {
    .header-top-hamburger-br {
        display: block;
    }
}